-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add isBase64URL support #1277
Add isBase64URL support #1277
Conversation
@mum-never-proud -- BTW, what's the difference between |
generally, base64 encoded strings are not URL safe as they contain the following characters
it also contains shouldn't it be renamed as isBase64URLSafe? |
@profnandaa pong :P |
How about if we extended |
yep that works as well, I was just thinking about autocomplete in editors still, I guess your idea is better thoughts? cc: @profnandaa |
What do you mean by autocomplete? |
Autocomplete in editor, editor suggestions while typing the code |
@profnandaa pong |
@mum-never-proud -- sorry for the late reply. I think auto-complete in this case shouldn't be a big driver for our design... |
@profnandaa since we don't have any other options can we add it as a param like
|
how about |
@profnandaa done |
Can resolve the merge conflicts? |
@mum-never-proud -- ping! Looks like your work with help with the JWT bug #964 |
@profnandaa ah sorry i missed the conversation, will resolve the conflict in sometime |
@profnandaa can you review? and also let me know is there a easy way to check if my changes are into min files |
The min file is usually rebuilt before publishing, so no worries. |
Resolves #1212